Now we'll add a title and instructions to our game using comments. A comment is a line of code that the computer ignores. It's like a note you write for people to read as they're using your program!

  • Go to the top of your program and add several new lines.
  • Type a hashtag # to start your comment. On the same line, write a title for your program.
  • Your title should look like this # My Awesome Click Game

To navigate the page using the TAB key, first press ESC to exit the code editor.

  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)